home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
mcf_buttons
/
docs
/
readme.first
< prev
next >
Wrap
Text File
|
1997-04-16
|
4KB
|
97 lines
$VER: MCF.About 5.0 (08.03.97)
$VER: MCF.Buttons 5.0.7 (16.04.97)
$VER: MCF.WWW 5.0.2 (27.02.97)
$VER: Install_PlugIns 5.0 (26.03.97)
Requirements:
1. AmIRC installed, running correctly with RexxMSGPort.
2. MuiRexx version 2.2 installed to MuiRexx: or SYS:RexxC
3. Icon.mcc version 1.1 installed to MUI:libs/mui
4. Recommended that you make Rx and WaitForPort resident.
Installation:
1. Copy MCF_Buttons.AMIRX and MCF_WWW.AMIRX from the
MCF_Buttons/Rexx dir to your AmIRC/Rexx directory.
2. Copy MCF.Buttons from the MCF_Buttons/MCF dir to
either MCF: or your AmIRC directory.
3. Copy MCFGB.prefs from the MCF_Buttons/Env/mui dir
to ENV:mui and ENVARC:mui. (This is my default
MUI configuration prefs for MCF_Buttons)
4. MCF_Buttons now comes with 2 pages (AmIRC and User).
If you want to add pages for MCF, Kuang¹¹,
Phoenix, and/or WildText, Click on Install_PlugIns
icon and follow instructions, Stage1 thru Stage3.
5. If you want to be able to Plugin future pages,
copy Install_PlugIns.info and Install_PlugIns.rexx
to your AmIRC directory.
Use:
1. Type /Rx MCF_Buttons in AmIRC to execute.
(If you run MCF, get new MCF_JOIN.AMIRX script
and insert /b between mcf_join and the %p)
2. After sizing and positioning the MCF_Buttons window
where you desire it to be, set MUI Window settings
to save window position on exit and click on Use.
After exiting MCF_Buttons then, you can restart
MCF_Buttons and change MUI Window settings to either
Remember or Forget window position on exit and click
on Save.
Explaination of entries in MCF.Buttons file.
The following labels Must Exist:
# AmIRC (This defines the very start of Buttons data)
# END (This defines the end of Buttons data)
# WWW (This is added at your first execution of
MCF_Buttons. This is your default WebBrowser)
Any other labels between AMIRC and END are at the User's
discretion and my be placed in any manner or order.
The first time you run MCF_Buttons.AMIRX, it will ask for
your Web Browser. Select the PopASL gadget and then select
Volumes first, then select the Drive: Directory(s) and ProgramFile
of your WebBrowser of choice. This information will then be added
to the end of the MCF.Buttons file.
Format of this line is: # WWW DH3:Internet/WebBrowsers/IBrowse/IBrowse
This will then be used by MCF_WWW.AMIRX when you desire to
goto an URL in your URL Grabber. Double Click on the URL
in the URL Grabber window or snapshot and URL in a channel window
and then click on GoToURL Button.
There are 3 types of entries:
1. ! Label starts a frame with said Label
2. Standard Button command with following format:
1 word for button, command as executed
by AmIRC.
3. Button/PopSlider command with the following format:
@ then 1 word for button,
PopSlider Min-Value, PopSlider Max-Value,
command as executed by AmIRC
WARNING: When adding new Buttons and PopSliders, do 1 at a time
so that you can see if what you are adding suddenly
messes up them MCF_Buttons GUI Window.
You may use 4 different variables in command lines:
%c = Current Channel
%n = Your Current Nick
%u = Selected User from active window
%# = Current PopSlider Value
Default Help Text for each button is the first 80 Characters of the
Button's Function. To Over-ride this and enter a more descriptive
help, insert the following immediately before the Button's Function:
/h Enter your Help Text here h/
/h and h/ delimit the Help Text for that button.